home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_2 / cnttlkt2.lha / Routines / UNLOCK < prev    next >
Text File  |  1994-12-13  |  208b  |  3 lines

  1. UNLOCK: procedure;arg p;getuser 2400088;ta=result;if p=0 then do i=1 to ta;savescratch (-i);sendstring '.';end i
  2.   else do;findaccount p;id=result;savescratch (-id);end;transmit 'Account(s) unlocked.';return
  3.